home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-05-20 | 383 b | 20 lines | [TEXT/MPS ] |
- # MakeFile - Make instructions for AsmIIGS language math
- #
- # Copyright Apple Computer, Inc. 1988
- # All rights reserved.
- #
- # This makefile builds:
- # The sample application: math
- #
-
- math ƒƒ math.aii.obj
- LinkIIGS ∂
- math.aii.obj ∂
- -lib "{CIIGSLibrary}"DTS.lib1.v1.0 ∂
- -o math -t $B3
- duplicateiigs -y -mac math :
-
- math.aii.obj ƒ math.aii math.init.aii
- AsmIIGS math.aii
-
-